Skip to content

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Oct 1, 2025

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

local-dev/templates/docker-rsync-local-orch.sh
script/build.sh
script/build_jar.sh
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.github.jwt-scala", artifactId = "jwt-core" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "com.google.guava", artifactId = "guava" },
  { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.springframework", artifactId = "spring-web" },
  { groupId = "pl.project13.scala", artifactId = "sbt-jmh" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.jwt-scala", artifactId = "jwt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.guava", artifactId = "guava" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework", artifactId = "spring-web" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "pl.project13.scala", artifactId = "sbt-jmh" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:9

@broadbot broadbot requested a review from a team as a code owner October 1, 2025 12:13
@broadbot broadbot requested review from calypsomatic and davidangb and removed request for a team October 1, 2025 12:13
@github-actions github-actions bot added the Scala_Steward Scala Steward label Oct 1, 2025
Copy link
Contributor

@davidangb davidangb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not merge; the sbt upgrade is incorrect.

@davidangb davidangb self-requested a review October 2, 2025 20:48
@davidangb davidangb merged commit 49d2fa3 into develop Oct 3, 2025
11 checks passed
@davidangb davidangb deleted the update/minor_patch branch October 3, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scala_Steward Scala Steward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants